@MessageMapping(value = ["delete.{uuid}"])
suspend fun deleteAccount(@DestinationVariable uuid: UUID, @DestinationVariable client: String)Delete Account fnf RSocket API. Takes arguments only in metadata with uuid as String and client path as String.