``` public static class Constants { public static class Olm { public const string OperatorName = "garnet-operator"; } } ``` Referencing the above like this doesn't work ``` [assembly: Name(Name = Constants.Olm.OperatorName)] ```