class EacRubyUtils::CommonConstructor::InstanceInitialize

def perform

def perform
  validate_args_count
  object.run_callbacks :initialize do
    object_attributes_set
    object_block_set
    object_after_callback
  end
end