protected void DispatchConditionalNot(Action todispatch, Action<Action<bool>> condition) { this.Dispatch(todispatch.If(condition.Not())); }