private IOption ConvertFromProtoStrict(Option proto) { return(_messageFactory.CreateOption(proto.Id.ConvertFromProtoStrict(), proto.Value)); }