string command = "stop"; switch(command){ case "start" : Console.WriteLine("started your alexa"); break; case "stop": Console.WriteLine("stopped your alexa"); break;