class WolfCore::DomainObject

def self.cast_all(objects)

def self.cast_all(objects)
  objects.map { |object| cast(object) }
end