protected static UserErrorModel Handle(RepositoryLockException ex, string action) =>
     new BasicUserError("It seems another program is locking the repository",
         "Please close other applications, like Play withSIX, and try again", innerException: ex);
 protected static UserErrorModel Handle(RepositoryLockException ex, string action) =>
 new BasicUserError("It seems another program is locking the repository",
                    "Please close other applications, like Play withSIX, and try again", innerException: ex);