public async Task <ActionResult <IEnumerable <SecretTypeRes> > > GetSecretTypes()
 {
     return(Ok(await _apiResourceService.GetSecretTypes()));
 }