private void EndGetOperationById(IAsyncResult result) { var operation = OperationService.EndGetOperationById(result); Operation = operation; }