public async Task <IHttpActionResult> RemoveLocation(long id) { await locationManager.RemoveLocationAsync(id); return(Ok()); }