protected override bool RunInternal(Client client, RemoteCommandVerbOptions options) { PushVerbOptions localOptions = options as PushVerbOptions; return client.Push(localOptions.Branch); }