using OliverBooth.Common.Data.Web; namespace OliverBooth.Common.Services; /// /// Represents a service for managing contact information. /// public interface IContactService { /// /// Gets the blacklist. /// IReadOnlyCollection GetBlacklist(); }