50 if (connectionString ==
null)
51 throw new ArgumentNullException(nameof(connectionString));
53 var splits = connectionString.Split(
';');
61 if (splits.Length > 2 && Int32.TryParse(splits[2], out Int32 basedMeme))
64 if (splits.Length > 3 && Int32.TryParse(splits[3], out Int32 branding))