@model PlaysetModel @{ ViewData["Title"] = $"Play with {Model.Name}"; }
@section Scripts { }