public Task Notify()
 {
     return(OnNotify.InvokeAsync(this, this));
 }