public LanConfigSecurityHandler(FritzDevice device, Action <string> printOutput, Func <string> getInput, Action wait, Action clearOutput) : base(device, printOutput, getInput, wait, clearOutput)
 {
     this._client = device.GetServiceClient <LANConfigSecurityClient>();
 }
 public LanConfigSecurityHandler(ConnectionSettings settings, Action <string> printOutput, Func <string> getInput, Action wait, Action clearOutput) : base(settings, printOutput, getInput, wait, clearOutput)
 {
     this._client = new LANConfigSecurityClient(settings);
 }