[CONNECT C# Addin] Element Template Get/Set

I cannot locate a way to get or set the element template attached to an element. I have found a method to select the active template in my application: Bentley.MstnPlatformNET.Templates.KeyinCommands.ActivateTemplate("Group1\\Test1"); and I can also set element properties such as level, color, etc. with the Bentley.DgnPlatformNET.ElementPropertiesSetter class. I just can’t find a way to access the element’s template setting. Does anyone know how to read, add, or change the template on an element?