using Application.Abstractions.Messaging; using Microsoft.AspNetCore.Http; using SharedKernel.Results; namespace Application.Features.Api.ChannelTitle.UploadIcon; public sealed record Command( int ChannelID, int MemberID, IFormFile File ) : ICommand>;