Hi Christian,
I assume you're talking about a similar concept like this https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/types/generics ?
Regards,
Thomas D.
Thanks for the answer, I understand that this can lead to complexity in the runtime because we have a special environment and it must be ensured that we are talking also about "realtime" scenarios but also agree to Yoann Young's comment that the need of generics is really important for a good software design and a baseline for loosely coupling e.g. Dependency Injection etc.