public bool Equals(BlobAssetReference other)
 {
     return(_data.Equals(other._data));
 }
 public static BlobAssetReference Create <T>(BlobAssetReference <T> @ref) where T : struct
 {
     return(Create(@ref.m_data));
 }