public EmailWaiters(EmailClient client) { this.client = client; }
public EmailPaginators(EmailClient client) { this.client = client; }