pub trait GoogleApiClientBuilder<C>{
// Required method
fn create_client(&self, channel: GoogleAuthMiddlewareService<Channel>) -> C;
}
pub trait GoogleApiClientBuilder<C>{
// Required method
fn create_client(&self, channel: GoogleAuthMiddlewareService<Channel>) -> C;
}