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