public void AddMember(Member member) { throw new NotImplementedException(); }
public void AddBid(Member member, decimal amount) { throw new NotImplementedException(); }