/// <summary> /// Gets the latest API Info - this will be null if no API calls have been made /// </summary> /// <returns><seealso cref="ApiInfo"/> representing the information returned as part of an Api call</returns> public ApiInfo GetLastApiInfo() { return(Connection.GetLastApiInfo()); }