newConfiguration - these methods create and return a new
      Configuration object instance.
  
  
  
newConfiguration
newConfiguration - this method creates and returns a new
        Configuration object instance.
    
      Returns
Returns a ScriptModelObject representing the new Configuration instance. The ID for the instance is generated using the Web Framework's random GUID generator.
newConfiguration(String sourceId)
newConfiguration(String sourceId) - this method creates
        and returns a new Configuration object instance.
    
      Parameters
- sourceId
- A string representing the value to assign to the sourceId property.
Returns
Returns a ScriptModelObject representing the new Configuration instance. The ID for the instance is generated using the Web Framework's random GUID generator.
