public ApplicationServiceState(IServiceState serviceState, IMapperState mapperState) { _serviceState = serviceState; _mapperState = mapperState; }
public MapperCountry(IMapperState mapperState) { _mapperState = mapperState; }