public static ITM_REST response_ContentType_Html(this ITM_REST iRest_Admin)
 {
     return(iRest_Admin.response_ContentType("text/html"));
 }
 public static ITM_REST response_ContentType_Json(this ITM_REST iRest_Admin)
 {
     return(iRest_Admin.response_ContentType("application/json"));
 }