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