If the parameter name contains - we should support replacing it with _ and resolving the name. The default name is specified 
  
  
    
        
          |  | configurationKey ??= $"Parameters:{name}"; | 
    
   
 
We should add a fallback to the normalized version (making the name compatible with the environment variable).