public static List <List <Value> > GetOperations(this AddressData address) { return(new List <List <Value> >() { address.GetOperation() }); }