public ActionResult <string> Get(string myName, string banName) { return(banFunctions.AddUserToBanList(myName, banName)); }