using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Admin.Forum.Post.DeleteThumbnail; public sealed record Command(int ID) : ICommand;