public void InvokeIntParamEvent(int withValue)
 {
     IntParamEvent?.Invoke(withValue);
 }