private CountersPBImpl convertFromProtoFormat(CountersProto p) { return new CountersPBImpl(p); }
private CountersProto convertToProtoFormat(Counters t) { return ((CountersPBImpl)t).getProto(); }