public void Dispose()
 {
     _IMessageRepo.Dispose();
     GC.SuppressFinalize(this);
     // throw new NotImplementedException();
 }