namespace OT.COM.SignalerMessage { using System.Collections.Generic; public class CResponsePack { public List reps { get; set; } } }