protected override void CompleteRequest(IntPtr aAsyncHandle)
 {
     iService.EndGetPosition(aAsyncHandle, out iX, out iY, out iZ);
 }