I think Roslyn gives this warning incorrectly in my razor file (blazor server):  ``` public abstract string GridId { get; } public string GridIdToUse => GridId + RefreshLayoutId; string RefreshLayoutId { get; set; } ``` `GridIdToUse` is a string and will be rendered as `.Foo` for example. Visual Studio Pro 2022 V 17.14.7 .net 9 (latest)