public async Task <IActionResult> Get(OptionsQuery optionsQuery)
 {
     return(Success(await _optionsService.RetrieveAsync(optionsQuery)));
 }