namespace Bit.Core.Models { public class GSuiteConfiguration { public string SecretFile { get; set; } = "client_secret.json"; } }