public Player Update(string id, Player instance) { // TODO: Update the given instance of SampleItem in the collection throw new NotImplementedException(); }
public Player Create(Player instance) { // TODO: Add the new instance of SampleItem to the collection throw new NotImplementedException(); }