protected static RecoverableUserError Handle(NotDetectedAsSteamGame ex, string action)
     => new RecoverableUserError(ex, "Requires a Steam version of the game", ex.Message);
 protected static RecoverableUserError Handle(NotDetectedAsSteamGame ex, string action)
 => new RecoverableUserError(ex, "Requires a Steam version of the game", ex.Message);