class << self
        def add(options)
          new(:add, Endpoints::HTTP_POST, Endpoints::CARD_STORAGE_ADD, options)
        end