diff --git a/src/FluffySpoon.Automation.Web/Fluent/Context/IMethodChainContext.cs b/src/FluffySpoon.Automation.Web/Fluent/Context/IMethodChainContext.cs index 504983c..49b2b31 100644 --- a/src/FluffySpoon.Automation.Web/Fluent/Context/IMethodChainContext.cs +++ b/src/FluffySpoon.Automation.Web/Fluent/Context/IMethodChainContext.cs @@ -10,8 +10,6 @@ public interface IMethodChainContext : IAwaitable int NodeCount { get; } - Exception LastEncounteredException { get; } - IEnumerable Frameworks { get; } IWebAutomationEngine AutomationEngine { get; } TMethodChainNode Enqueue(TMethodChainNode node) where TMethodChainNode : IBaseMethodChainNode;