public AuthorizationConfigurationBuilder scheme(String scheme) {
   config.addScheme(scheme);
   return this;
 }