public async Task Should_Cancel_Event() { //Act await _eventAppService.Cancel(new EntityDto <Guid>(GetTestEvent().Id)); //Assert GetTestEvent().IsCancelled.ShouldBeTrue(); }