public async Task Get_Current_Month_Statistics() { ActionResult <MonthStatisticsViewModel> result = await _statisticsController.CurrentMont(); Assert.IsNotNull(result); Assert.IsNotNull(result.Value); }