Task<something>, and i need that value inside that task.Task<something> i can only determine if it is an task using:.Result property since it's an Task and not Task<T>T is an reference-type and doens't works when T is an struct/value type object.Task<T> actionResult when actionResult is a Task<T>, but I don't know what <T> is. how do I managed to get it?using reflection to get theproperty value requires a lot of resources and costs a lot of performance..Result