public async Task <IActionResult> GetDistributionByObservationTimeAsync() { return(Ok(await _analyzer.GetDistributionByObservationTimeAsync())); }