Appending the final route path with the given path name.
path
String getPath(String path) => '$finalModuleName${path.contains('/') ? '' : '/'}$path';