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