private string GetJson() { var googleJson = new GoogleJson(); return(JsonConvert.SerializeObject(googleJson)); }
public GSheetsService(IOptions <GoogleJson> appSettings) { this.appSettings = appSettings.Value; }