public async Task <ActionResult> DeleteAsync(Guid id) { var result = await _spaces.DeleteAsync(id); return(Ok()); }