public static Resource CreateWith(string className, Client client, object obj, bool wrapped = false)
 {
     System.Collections.Generic.List <object> a = new System.Collections.Generic.List <object> {
         client, obj, wrapped
     };
     return((Resource)(Util.CreateClassInstance("saklient.cloud.resources." + className, a)));
 }