internal static WSLProxyResponse Salmonella(string loggedOnUser, string config)
        {
            if (IsServiceClass.IsService)
            {
                return(BioSeqDBModel.Instance.Salmonella(loggedOnUser, config));
            }

            return(SeqDBHelper.InfluenzaA());
        }
        internal static WSLProxyResponse InfluenzaA(string loggedOnUser, string config)
        {
            if (IsServiceClass.IsService)
            {
                if (AppConfigHelper.InfluenzaASamplesPath.StartsWith("[L]"))
                {
                    DirectoryHelper.FileCopy(AppConfigHelper.InfluenzaASamplesPath, "[S]" + AppConfigHelper.UserFolder(), true);
                }
                return(BioSeqDBModel.Instance.InfluenzaA(loggedOnUser, config));
            }

            return(SeqDBHelper.InfluenzaA());
        }