namespace RobotApp.VDA5050.FactsheetExtend; #nullable disable public class ChargerParam { public string Charger_ip { get; set; } public uint Charger_port { get; set; } }