public bool Equals(LoadContextAssemblyTask other)
 {
     return other != null && other.AssemblyPath == AssemblyPath;
 }