using Connected.Data.EntityProtection; namespace Connected.Data.DataProtection { public interface IEntityProtectionService { Task Invoke(EntityProtectionArgs args); } }