public static Models.Scope ToModel <TKey>(this Scope <TKey> s)
     where TKey : IEquatable <TKey>
 {
     return(EntitiesMap <TKey> .ToModel(s));
 }
 public static Models.Client ToModel <TKey>(this Client <TKey> s)
     where TKey : IEquatable <TKey>
 {
     return(EntitiesMap <TKey> .ToModel(s));
 }
 public static Models.Consent ToModel(this Consent s)
 {
     return(EntitiesMap.ToModel(s));
 }