protected virtual void OnEnrollCompleted(EnrollEventArgs e) { var handler = EnrollCompleted; handler?.Invoke(this, e); }