extension String { enum Scheme { static let https = "https" } }