in src/dotnet/Rider.Plugins.TrxPlugin/TransientTestSessions/TestElement.cs [23:29]
public TestElement(
[NotNull] string displayName,
[CanBeNull] UnitTestElementNamespace ns)
{
DisplayName = displayName;
Namespace = ns;
}