public async Task <IActionResult> UploadSpeech(string Id) => Json(await _textToSpeech.AnalyseSpeechAsync(Id, $"{Request.Scheme}://{Request.Host}/"));