namespace LightlessSync.Services.Mediator; public interface IMediatorSubscriber { LightlessMediator Mediator { get; } }