protected static IResult <T, NonEmptyString> GetFailResult(NonEmptyString message) { return(message.GetFailResult <T>()); }