public bool Exists(IUniqueItem item, IUser owner) { return(false); }
public void Delete(IUniqueItem item, IUser owner) { throw new NotImplementedException(); }
public IChord Get(IUniqueItem item, IUser owner) { throw new ArgumentException("Unable to find requested item: fake registry is always empty!", nameof(item)); }