public async Task <IEnumerable <Instrument> > ListAsync()
 {
     return(await _instrumentRepository.ListAsync());
 }