public async Task UploadFileAsync <T> (IMobileServiceSyncTable <T> table, MobileServiceFile file, string filePath)
 {
     await table.UploadFileAsync(file, filePath);
 }