public async Task <IActionResult> CreateEntity(EntityAdd model) { await entityService.AddEntityAsync(model); return(Ok()); }