public function testHas()
 {
     self::assertTrue(Shell::has(Shell::GNOME));
     self::assertFalse(Shell::has(Color::BLACK));
 }