public async Task <IActionResult> AddResource(AddResourceCommand command) { await _resourceService.AddResource(command); return(Ok()); }