protected override bool RunInternal(IRemoteClient client, RemoteCommandVerbOptions options) { PushVerbOptions localOptions = options as PushVerbOptions; return(client.PushRecords()); }