public ApplicationXYZUIV1(SaluerStrategieV1 p_saluer) { if (p_saluer is null) { throw new ArgumentNullException(); } this.Saluer = p_saluer; }