internal static SerialLaunchOptions CreateFromXml(Xml.LaunchOptions.SerialPortLaunchOptions source) { var options = new SerialLaunchOptions(RequireAttribute(source.Port, "Port")); options.InitializeCommonOptions(source); return options; }