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