using Umbraco.Cms.Core.Models; namespace Umbraco.Cms.Core.Services; internal interface IMemberValidationService : IContentValidationServiceBase { }