namespace UnityEditor.ShaderGraph { interface IShaderString { string value { get; } } }