public static Task <INeardAdapter> GetAdapterAsync(this INeardDevice o) => o.GetAsync <INeardAdapter>("Adapter");
 public static Task <INeardRecord[]> GetRecordsAsync(this INeardDevice o) => o.GetAsync <INeardRecord[]>("Records");
 public static Task <string> GetNameAsync(this INeardDevice o) => o.GetAsync <string>("Name");