protected override void ProcessRecord() { var client = new ClientService(Constants.ConnectionString); client.Plus(Value); }