public Result Request(
     AsyncResponse outAsyncResponse,
     nn.account.Uid userId,
     ShopServiceMethod method,
     string requestPath)
 {
     return(new Result());
 }
 public Result Request(
     AsyncResponse outAsyncResponse,
     nn.account.Uid userId,
     ShopServiceMethod method,
     string requestPath,
     string postData,
     TimeSpan timeout)
 {
     return(new Result());
 }
 private static extern Result Request(IntPtr shopServiceAccessor, ref IntPtr outAsyncResponse, Uid userId, ShopServiceMethod method, string requestPath, string postData);                           // 0x00A14D10-0x00A14DB0
 private static extern Result Request(IntPtr shopServiceAccessor, ref IntPtr outAsyncResponse, Uid userId, ShopServiceMethod method, string requestPath);                                            // 0x00A14B80-0x00A14C00
 private static extern Result Request(IntPtr shopServiceAccessor, ref IntPtr outAsyncResponse, Uid userId, ShopServiceMethod method, string requestPath, string postData, long timeoutMilliseconds); // 0x00A14880-0x00A14920
 private static extern Result Request(IntPtr shopServiceAccessor, ref IntPtr outAsyncResponse, Uid userId, ShopServiceMethod method, string requestPath, long timeoutMilliseconds);                  // 0x00A149C0-0x00A14A50
 public Result Request(AsyncResponse outAsyncResponse, Uid userId, ShopServiceMethod method, string requestPath, string postData) => default;                   // 0x00A14A50-0x00A14B00
 public Result Request(AsyncResponse outAsyncResponse, Uid userId, ShopServiceMethod method, string requestPath) => default;                                    // 0x00A14B00-0x00A14B80
 public Result Request(AsyncResponse outAsyncResponse, Uid userId, ShopServiceMethod method, string requestPath, string postData, TimeSpan timeout) => default; // 0x00A147C0-0x00A14880
 public Result Request(AsyncResponse outAsyncResponse, Uid userId, ShopServiceMethod method, string requestPath, TimeSpan timeout) => default;                  // 0x00A14920-0x00A149C0