I have a datasource such as ...IDataSource : IEnumerable<IDynamicObject>...One implementation is quering pure XML-data and another is quering an SQL database....My datasources have no conrete types, and are only working against simple schema-types....In s...