string checkError(string response)
 {
     return(ClientGuanajoven.IsErrorType(response));
 }