public static async Task <NormalResponse> UploadFileBlock(SendQueue send) { return(await HttpHelper.Post("/api/Default/UploadFileBlock", send)); }