public async Task <IActionResult> GenerateSecret([FromRoute] int id) { return(Json(await _svc.AddSecret(id))); }