protected static RecoverableUserError Handle(AlreadyLockedException ex, string action)
     =>
     new RecoverableUserError(ex, "Unsupported",
         "Currently only one action per game is supported. Wait until the action is finished and try again");
 protected static RecoverableUserError Handle(AlreadyLockedException ex, string action)
 =>
 new RecoverableUserError(ex, "Unsupported",
                          "Currently only one action per game is supported. Wait until the action is finished and try again");