namespace Yavsc.Abstract.Messaging { public static class Topics { public static readonly string General = "/topic/general"; public static readonly string RdvQuery = "/topic/RdvQuery"; public static readonly string Estimation = "/topic/Estimation"; public static readonly string HairCutQuery = "/topic/HairCutQuery"; } }