public bool TestSolution(string s)
 {
     return(ValidParentheses.Solution(s));
 }