using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; using Xamarin.Forms; using DevDaysSpeakers.Model; using System.Net.Http; using Newtonsoft.Json; using System.Collections.ObjectModel; using AppServiceHelpers.Abstractions; using System.Runtime.CompilerServices; namespace DevDaysSpeakers.ViewModel { public class SpeakersViewModel { } }