public bool Expects(Object obj, Preposition.Off off) { return(Redirect <SwitchOff>(obj, v => v.Expects(obj, off))); }
public bool Expects(Object obj, Preposition.Off off) { return(Off(obj)); }