namespace Nocr.TelegramListener.AppServices; public static class Constants { public static class RoutingKeys { public const string Subscriptions = "nocr.text.matcher.subscriptions"; } }