public override int GetHashCode()
 {
     unchecked
     {
         var hashCode = (loaderType != null ? loaderType.GetHashCode() : 0);
         hashCode = (hashCode * 397) ^ (instance != null ? instance.GetHashCode() : 0);
         return(hashCode);
     }
 }