public static async Task <IResult> PerformProxyRequestAsync(this IWorkAccountApi api, GoogleApiClient client, Accounts.Account account)
 {
     return((await api.RemoveWorkAccount(client, account)).JavaCast <IResult>());
 }
 public static async Task <IResult> SetWorkAuthenticatorEnabledWithResultAsync(this IWorkAccountApi api, Android.Gms.Common.Apis.GoogleApiClient client, bool enabled)
 {
     return((await api.SetWorkAuthenticatorEnabledWithResult(client, enabled)).JavaCast <IResult>());
 }
 public static async Task <IWorkAccountApiAddAccountResult> AddWorkAccountAsync(this IWorkAccountApi api, GoogleApiClient client, string token)
 {
     return((await api.AddWorkAccount(client, token)).JavaCast <IWorkAccountApiAddAccountResult>());
 }