Extending a class while overwriting its properties
Hello, I'm trying to use MudCalendar and for this I need to use a CalendarItem. To make it possible to pass extra data I would like to extend my own DiscordEvent class, and followed by that whenever properties of Calendar Item are queried, retrieve data from the correct properties. I have done part of this already but it has ended with my having duplicate properties like in the picture below.
The duplicate properties have (Heron.MudCalendar.CalendarItem) behind them. How do I fix this?
The duplicate properties have (Heron.MudCalendar.CalendarItem) behind them. How do I fix this?

