namespace WorkClub.Application.Interfaces; public interface ITenantProvider { string GetTenantId(); string GetUserRole(); }