/// <summary> /// Constructor /// </summary> /// <param name="shell">The handler shell</param> public Handler(IHandlerShell shell) { shell.NotNull(nameof(shell)); (_shell = shell).PolicyName = PolicyName; }