private static void Log(string command, Constants.KeyType type) { Console.WriteLine(command + "\t-\t" + type.ToString()); }
private static void Log(string command, Constants.StatusCode status) { Console.WriteLine(command + "\t-\t" + status.ToString()); }