private void OnCollisionStay(Collision other)
 {
     EventReceiver.ProxyOnCollisionStay(other);
 }