namespace AyCode.Interfaces.ServiceProviders;
public interface IServiceProviderForeignKey
{
public Guid ServiceProviderId { get; set; }
}