class WolfCore::DomainObject

def initialize(attributes = {})

def initialize(attributes = {})
  run_callbacks :initialize do
    super
  end
end