public void End(object sender, StopEngineEventArgs e) { OnRaiseEngineStopped(new EngineStoppedEventArgs()); }
protected virtual void OnRaiseEndEvent(StopEngineEventArgs e) { StopEngine?.Invoke(this, e); }