Implementation of INfieldSurveyPublishService
Inheritance: INfieldSurveyPublishService, INfieldConnectionClientObject
        public NfieldSurveyPublishServiceTests()
        {
            _mockedNfieldConnection = new Mock<INfieldConnectionClient>();
            _mockedHttpClient = CreateHttpClientMock(_mockedNfieldConnection);

            _target = new NfieldSurveyPublishService();
            _target.InitializeNfieldConnection(_mockedNfieldConnection.Object);
        }