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