protected override Task <Ticket> GetAsync(Identity userIdentity, CancellationToken cancellationToken) => _helpDeskExtension.GetCustomerActiveTicketAsync(userIdentity, cancellationToken);
private Task <Ticket> GetCustomerActiveTicketAsync(Identity userIdentity, CancellationToken cancellationToken) { return(_helpDeskExtension.GetCustomerActiveTicketAsync(userIdentity, cancellationToken)); }