How many listeners method currently has. For tests and diagnostics.
method
static int countFor(Client client, String method) => _of(client)[method]?.length ?? 0;