public void Notify(Gecko.NCore.Client.Notification.V1.EphorteIdentity ephorteIdentity, Gecko.NCore.Client.Notification.V1.NotificationRequest notificationRequest)
 {
     base.Channel.Notify(ephorteIdentity, notificationRequest);
 }
 public System.Threading.Tasks.Task NotifyAsync(Gecko.NCore.Client.Notification.V1.EphorteIdentity ephorteIdentity, Gecko.NCore.Client.Notification.V1.NotificationRequest notificationRequest)
 {
     return(base.Channel.NotifyAsync(ephorteIdentity, notificationRequest));
 }