namespace Yavsc { public interface ICircleAuthorization { long CircleId { get; set; } } }