public QuotasPaginators(QuotasClient client)
 {
     this.client = client;
 }
 public QuotasWaiters(QuotasClient client)
 {
     this.client = client;
 }