namespace Prospect.Server.Api.Config; public class PlayFabSettings { public string PublisherId { get; set; } public string TitleId { get; set; } }