public async Task <IHttpActionResult> Read(int id) { var created = await questionTypeService.GetQuestionTypeAsync(id); return(Ok(created)); }