private void NotifyError(Exception error)
 {
     OnError.InvokeSafe(error);
 }