public bool AddOrUpdateLocation([FromBody] LocationModel location) { return(_locationService.AddOrUpdateLocation(location)); }