public bool TryGetTicketFromBacklog(Guid ownerId, out Ticket ticket) { ticket = null; return(Backlog.TryGetActiveTicket(ownerId, out ticket)); }