namespace Google.ProtocolBuffers.Descriptors { public class EnumDescriptor { internal EnumValueDescriptor FindValueByNumber(int rawValue) { throw new System.NotImplementedException(); } } }