public NotifyAssignedVolunteersForTheTaskShould()
 {
     mediator = new Mock<IMediator>();
     sut = new NotifyAssignedVolunteersForTheTask(Context, mediator.Object);
 }
 public NotifyAssignedVolunteersForTheTaskShould()
 {
     mediator = new Mock <IMediator>();
     sut      = new NotifyAssignedVolunteersForTheTask(Context, mediator.Object);
 }