private void promoteGUI(VpnChannel channel) { channel.RequestCustomPrompt(new List <IVpnCustomPrompt> { new VpnCustomTextBox() { Label = "this is label", DisplayText = "DPT" }, new VpnCustomEditBox() { Label = "AccessKey" }, new VpnCustomEditBox() { Label = "AccessKey2" }, }); }