public RequestedWatchlistAdvancedCaConfigYotiAccount(bool removeDeceased, bool shareUrl, RequestedCaSources sources, RequestedCaMatchingStrategy matchingStrategy)
     : base(removeDeceased, shareUrl, sources, matchingStrategy)
 {
 }
 public RequestedWatchlistAdvancedCaConfigCustomAccount(bool removeDeceased, bool shareUrl, RequestedCaSources sources, RequestedCaMatchingStrategy matchingStrategy, string apiKey, bool monitoring, Dictionary <string, string> tags, string clientRef)
     : base(removeDeceased, shareUrl, sources, matchingStrategy)
 {
     ApiKey     = apiKey;
     Monitoring = monitoring;
     Tags       = tags;
     ClientRef  = clientRef;
 }