Core/IProfileProvider.cs

namespace Core;
 
public interface IProfileProvider
{
    Profile GetProfile();
}