class SplitIoClient::SplitFactoryRegistry

def redundant_active_factories

def redundant_active_factories
  to_return = 0
  @api_keys_hash.each { |key| to_return += (key[1]-1) }
  to_return
end