namespace Core.Synchronize { public interface ISynchronizeEntity { public int synchronizeGuid { get; set; } } }