export interface MemberAwardViewModel { id: number; given: boolean; note?: string; date: Date; award: string; }