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