namespace SpaceGame.Api.Auth.Simulation; public interface IPlayerIdentityResolver { Guid? GetCurrentPlayerId(); Guid GetRequiredPlayerId(); bool CanAccessGm(); }