public static void Wait(this ActionLockerFactory self, int ms) { self.Execute(new ActionWaitParameter() { Interval = ms }, typeof(ActionWait)); }
public ActionLockerFactory(ILogger logger) { factory = this; this.logger = logger; }