ICommandWrapper
using NUnit.Framework.Internal.Commands;
using System.Runtime.CompilerServices;
namespace NUnit.Framework.Interfaces
{
[System.Runtime.CompilerServices.NullableContext(1)]
public interface ICommandWrapper
{
TestCommand Wrap(TestCommand command);
}
}