protected virtual void OnRaiseEntityInteraction(EntityInteractionEventArgs e)
 {
     Interact?.Invoke(this, e);
 }
 public bool InteractWith(object sender, EntityInteractionEventArgs e)
 {
     return(false);
 }