/// <summary>
 /// Setup for the RendersChildContentWhenMachineOn test.
 /// </summary>
 /// <param name="fixture">The fixture to use for the test.</param>
 private void SetupRendersChildContentWhenMachineOn(Fixture fixture)
 {
     fixture.JSInterop.Mode = JSRuntimeMode.Loose;
     TestContextFixture.SetupDependencyInjection(fixture.Services);
 }