public static async Task <Statuses> RemoveListenerAsync(this IChannelApi api, GoogleApiClient client, IChannelApiChannelListener listener)
 {
     return((await api.RemoveListener(client, listener)).JavaCast <Statuses> ());
 }