public void OnDisable()
 {
     ResponseReceived = null;
 }
 protected virtual void Dispose(bool disposing)
 {
     ResponseReceived = null;
 }