public static String EncodeKeyValueEntry(String key, String value)
 {
     return(KeyValuePairEncoder.EncodeKeyValuePair(key, value));
 }