public static Debit Fetch(string href)
 {
     return(Resource.Fetch <Debit>(href));
 }
 public static Reversal Fetch(string href)
 {
     return(Resource.Fetch <Reversal>(href));
 }
 public static Card Fetch(string href)
 {
     return(Resource.Fetch <Card>(href));
 }