package ports type SessionProvider interface { GetSession(endpoint, user, password, company string) (string, error) }