public async Task Get_Current_Day_Statistics()
        {
            var result = await _statisticsController.CurrentDay();

            Assert.IsNotNull(result);
            Assert.IsNotNull(result.Value);
        }