using System; using System.Collections.Generic; using System.Text; using PhilExampleCrawler.Common.TCP.Enums; namespace PhilExampleCrawler.Common.TCP.Interface { public interface ISerializableLoad { LoadType Type { get; } } }