public async Task <PlanetRole> GetRole(PlanetRole Role) { return(Roles.FirstOrDefault(x => x == Role)); }
public bool HasRole(PlanetRole Role) { return(Roles.Any(x => x == Role)); }