https://stackoverflow.com/questions/57652754/get-file-path-from-current-project
GetType().Namespace;
var myType = typeof(MyClass);
var n = myType.Namespace;
https://stackoverflow.com/questions/18485469/how-can-i-retrieve-the-namespace-to-a-string-c-sharp