namespace Connected.Data.Schema { public interface ISchemaService { Task Synchronize(List? entities); } }