using System; namespace Tests.Stub { public class StubServices : IServiceProvider { public object GetService(Type serviceType) { return null; } } }