using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Input;
namespace MaterialDesignColors.WpfExample.Domain
{
///
/// No WPF project is complete without it's own version of this.
///
public class AnotherCommandImplementation : ICommand
{
private readonly Action