public static async Task <Statuses> ReportDeviceAtPlaceAsync(this IPlaceDetectionApi api, GoogleApiClient client, PlaceReport report)
 {
     return((await api.ReportDeviceAtPlace(client, report)).JavaCast <Statuses> ());
 }