I\'m trying to cast a base object into a derived object.
Like so:
var castedBaseObject = (randomDerivedObject.GetType())originalBaseObject;