public ProtectTests() { TaskParams = new ProtectParams(Settings.RightPassword) { OutputFileName = @"result.pdf" }; }
public ExecuteTaskResponse Process(ProtectParams parameters) { if (parameters == null) { throw new ArgumentException("Parameters should not be null", nameof(parameters)); } return(base.Process(parameters)); }