class Seahorse::Client::Configuration

def empty_struct

def empty_struct
  Struct.new(*@defaults.keys.sort).new
end