If you are using Visual Studio, you can change the namespace of a class by using a Quick Action (cntl + .) on the name of the namespace to change and select, in this case, ‘Move contents to namespace…’
The beauty of this is VS will take care of updating any files that have dependencies on the things that have moved to the new namespace for you. No having to chase them down yourself as Sam does here.
To be fair, I don’t think this existed at the time this was recorded so we get a demonstration of the previous pain of changing a namespace.