public async Task <IActionResult> Queries(string projectId) { var projects = await _queriesApi.GetList(projectId); return(Json(projects, new JsonSerializerSettings { Formatting = Formatting.Indented })); }