public static async Task <Statuses> RemoveGeofencesAsync(this IGeofencingApi api, GoogleApiClient client, IList <string> geofenceRequestIds)
 {
     return((await api.RemoveGeofences(client, geofenceRequestIds)).JavaCast <Statuses> ());
 }
 public static async Task <Statuses> RemoveGeofencesAsync(this IGeofencingApi api, GoogleApiClient client, Android.App.PendingIntent pendingIntent)
 {
     return((await api.RemoveGeofences(client, pendingIntent)).JavaCast <Statuses> ());
 }