protected virtual void OnShowServiceLogs(ServiceEventArgs e) { ShowServiceLogs?.Invoke(this, e); }
protected virtual void OnAttachToService(ServiceEventArgs e) { AttachToService?.Invoke(this, e); }