Hi. I have a question concerning data classes. i have an interface and all implementations are of data classes. is there a simple possibility to call the copy function to the interface without casting to each implementation. Or better a check if a class is copyable?