//Posts reference point in database public Task PostRefPointAsync(Reference refPoint) { return(restApiService.PostReferenceAsync(refPoint)); }