it "finds settings by the given name prefixed with 'process.' and returns its presence" do
      Setting["process.p1"] = "active"
      Setting["process.p2"] = true
      Setting["process.p3"] = false
      Setting["process.p4"] = ""