public ThirdPartyExpertSuggestionServiceAdapter(IThirdPartyExpertSuggestionService thirdPartyExpertSuggestionService,
                                                 ILengthConverterService lengthConverterService)
 {
     _thirdPartyExpertSuggestionService = thirdPartyExpertSuggestionService;
     this._lengthConverterService       = lengthConverterService;
 }
 public ExpertRatingService(IThirdPartyExpertSuggestionService thirdPartyExpertSuggestionService)
 {
     _thirdPartyExpertSuggestionService = thirdPartyExpertSuggestionService;
 }