public bool Equals(IRun onRun) { return(onRun.Equals(Runnable)); }
public bool Equals(Action onRun) { return(Runnable.Equals(onRun)); }