Sorry guys..total brain fart.
Final code that worked is..
public MyShipService(IStateService stateservice, ICountryservice countryservice)
{
_shipToService = new CallShipService();
_stateService = stateService;
_countryService = countryService;
}
solved Need to refactor public class