using System; namespace NzbDrone.Core.Messaging.Commands { public class BackendCommandAttribute : Attribute { } }