public async Task Should_Get_Test_Events()
        {
            var output = await _eventAppService.GetList(new GetEventListInput());

            output.Items.Count.ShouldBe(1);
        }