protected RequestedWatchlistAdvancedCaConfig(bool removeDeceased, bool shareUrl, RequestedCaSources sources, RequestedCaMatchingStrategy matchingStrategy)
 {
     RemoveDeceased   = removeDeceased;
     ShareUrl         = shareUrl;
     Sources          = sources;
     MatchingStrategy = matchingStrategy;
 }
 public RequestedWatchlistAdvancedCaCheckBuilder WithMatchingStrategy(RequestedCaMatchingStrategy matchingStrategy)
 {
     _matchingStrategy = matchingStrategy;
     return(this);
 }