public void SetUp()
        {
            _mockCalendarService = new Mock <IEventCalendarService>();

            _eventsCalendarController = new EventsCalendarController(_mockCalendarService.Object);

            expectedCount = GetAllEventsTest().Count;
        }