@ -3,6 +3,7 @@ using System.Collections.Generic;
using Autofac;
using FluentAssertions;
using NUnit.Framework;
using Trash.Command;
using Trash.Command.Helpers;
namespace Trash.Tests.Command.Helpers;
@ -1,6 +1,6 @@
using System.Collections.Generic;
namespace Trash.Command.Helpers;
namespace Trash.Command;
public interface IServiceCommand
{
@ -15,7 +15,7 @@ using Serilog.Events;
using TrashLib.Extensions;
using YamlDotNet.Core;
public abstract class ServiceCommand : ICommand, IServiceCommand