public async void GetDocuments()
 {
     try
     {
         List <Document> userResponse = await BaseConnection.DoRequest <List <Document> >(null, HttpMethod.Get, headers : new (string, string)[] { ("Authorization", BaseConnection.GetAuth(ApplicationRuntimeData.AuthUser.Username, ApplicationRuntimeData.AuthUser.Password)), }, addToURL : new Document().APILocation);