using Centron.BusinessLogic.WebServices; namespace Centron.Tests.EndToEnd.Infrastructure.Fixtures { public class InitializeObjectMapperAssemblyFixture { public InitializeObjectMapperAssemblyFixture() { ObjectMapper.InitializeAsync().Wait(); } } }