namespace MyHN.Application { public interface IUserProvider { string GetCurrentUserId(); } }