public async Task <IEnumerable <Option> > List()
 {
     return(await _optionRepository.List());
 }