public IFeature Find(object value) { lock (_syncRoot) { if (string.IsNullOrEmpty(Features.PrimaryKey)) throw new Exception("ID Field was not set"); return Find(value, Features.PrimaryKey); } }