TraceConfiguration is currently inaccessible via the NamedTraceConfiguration instance.
Is there any other possible way to access the TraceConfiguration and its properties from a NamedTraceConfiguration instance?
IReadOnlyList<NamedTraceConfiguration> namedTraceConfigurations = traceManager.GetNamedTraceConfigurations(namedTraceConfigurationQuery);
NamedTraceConfiguration namedTraceConfig = namedTraceConfigurations.FirstOrDefault();
The plan would be to use the namedTraceConfig instance to get the TraceConfiguration and then check the properties such as Functions, Filters, Traversability, etc.