public void Remove(string library = null)
 {
     if (library != "library")
     {
         AgateConsole.Execute("help remove");
     }
     else
     {
         AgateConsole.CommandLibraries.Clear();
         AgateConsole.WriteLine("Removed the throw and remove commands.");
     }
 }