Somehow at the most required function I feel lost in translation:
The session.putfiles method returns a TransferOperationResult which inherits from OperationResultBase which has a property of type SessionRemoteExceptionCollection which inherits from System.Collections.ICollection<T>
How can I implement that in PB? Can I just use a simple structure for TransferOperationResult without long term risk or use a combo of structure and class?