Motivation
Currently Kentico.Kontent.Management.Models.LanguageVariants.ComponentModel Elements property is of type IEnumerable<dynamic>.
Proposed solution
Come out with that way of converting this into IEnumerable<object> holding strongly typed models of the components.
Additional context
Comes from #67