public static async Task <IChannelApiOpenChannelResult> OpenChannelAsync(this IChannelApi api, GoogleApiClient client, string nodeId, string path)
 {
     return((await api.OpenChannel(client, nodeId, path)).JavaCast <IChannelApiOpenChannelResult> ());
 }