private void Dispose(bool disposing)
 {
     if (disposing)
     {
         DispatchService.UnSubscribe(Dispatch);
     }
 }