public async Task <IActionResult> CreateFloor(CreateFloorDTO input) { await _floorService.CreateFloor(input); return(Ok()); }