public OnCallbackResponse OnCallback(OnCallbackSolicit request)
 {
     throw new NotImplementedException();
 }
 public IAsyncResult BeginOnCallback(OnCallbackSolicit request, AsyncCallback callback, object asyncState)
 {
     throw new NotImplementedException();
 }