At least in ODC, it would be great to have the possibility to send as parameters and return Generics and Generic Lists.
This would open the chance to work and extend operations on lists.
For instance:
public List<T> MyMethod<T>(List<T> inputList){}