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