using Migration.Settings;
namespace Migration.Services;
public interface IDataverseProvider
{
Uri Url { get; }
string Token { get; }
}