public virtual Task <AttendeeRelationship> GetAttendeeRelationship(int attendeeId, int eventId) { return(_attendeeService.GetSingleRelationshipAsync(eventId, attendeeId)); }