private static void ShowWelcomeIfAppropriate() { if (!s_settings.HasKey(FirstRunKey)) { s_settings.Set(FirstRunKey, true); ProtocolLaunchEarTrumpet("welcome"); } }
public bool HasKey(string key) { return(_globalBag.HasKey($"{Namespace}{key}")); }