namespace Suspectus.GandalfReborn.Abstractions; public class InvokerContext { public Invoker? Invoker { get; set; } }