namespace RemoteExec.Client; public class RemoteExecutionException(string message) : Exception(message) { }