public UserProcessorTests() { _serviceClient = Substitute.For <IBijuuServiceClient>(); _userProcessor = new UserProcessor { ServiceClient = _serviceClient }; }
public MessageProcessorTests() { _serviceClient = Substitute.For <IBijuuServiceClient>(); _messageProcessor = new MessageProcessor { ServiceClient = _serviceClient }; }