using System; public abstract class Protocol { public Guid Id{get;set;} }