namespace Connected.ServiceModel { public interface ICallerContext { object? Sender { get; } string? Method { get; } } }