Interface declaration IGameStats in namespace LichessNET.Entities.Interfaces. It is an empty marker interface with nullable annotations enabled.
#nullable enable annotations
namespace LichessNET.Entities.Interfaces;
public interface IGameStats
{
}