```go Query(context string) (string, error) ``` Query function should be a Variadic Functions ```go Query(args ...interface{}) (string, error) ```