# Functions
ValidateAppNameEnv ensures that the environment variable specifying the entrypoint of this process is set correctly.
ValidateEnvironment ensures that the given environment contains the necessary/expected environment variables.
No description provided by the author
ValidateMountpoints ensures that the given mount points are present in the environment in which this process is running.
ValidatePath ensures that the PATH has been set up correctly within the environment in which this process is being run.
ValidateWorkingDirectory ensures that the process working directory is set to the desired path.