public LoadNotesHistoryAsyncMethod(YandereLoaderFixture yandereLoaderFixture)
     : base(yandereLoaderFixture)
 {
 }
 public LoadTagHistoryUpToAsyncMethod(YandereLoaderFixture yandereLoaderFixture)
     : base(yandereLoaderFixture)
 {
 }
 public LoadSearchResultAsyncMethod(YandereLoaderFixture yandereLoaderFixture)
     : base(yandereLoaderFixture)
 {
 }
 public LoadFirstTagHistoryPageAsyncMethod(YandereLoaderFixture yandereLoaderFixture)
     : base(yandereLoaderFixture)
 {
 }
 public FavoritePostAsyncMethod(YandereLoaderFixture loaderFixture)
     : base(loaderFixture)
 {
 }
 public LoadPostAsyncMethod(YandereLoaderFixture yandereLoaderFixture)
     : base(yandereLoaderFixture)
 {
 }
 public LoadPostMetadataAsyncMethod(YandereLoaderFixture fixture)
     : base(fixture)
 {
 }