using System.Security.Claims; namespace Moonlight.ApiServer.Helpers.Authentication; public class SyncedClaimsPrinciple : ClaimsPrincipal { }