public void Setup() { _bankHttpClientMock = new Mock <IBankHttpClient>(); _mapper = MapperUtils.GetMapper(new Profile[] { new DomainToInfra() }); }