public async Task <IActionResult> GetTestMethods(int id) { return(Json(await tests.GetMethodsByTestParameterId(id))); }