public void AddSomeEvent(System.Func <bool> waitUtilTrue, System.Action action)
 {
     someEvent.AddEvent(waitUtilTrue, action);
 }