public int CamelCase_SomeString_CountsWords(string input)
 {
     return(CamelCase.Camelcase(input));
 }