namespace Shared.Contracts.PmUser; public interface IPmUserCommandService { Task<(bool isSuccess, string pmUserDto)> Create(); }