namespace Theinterfacepro.Fixtures; public class ExampleFixture { public string Greet(string name) => $"Hello, {name}!"; }