protected override void CompleteRequest(IntPtr aAsyncHandle)
 {
     iService.EndGetName(aAsyncHandle, out iFriendlyName);
 }