namespace PARR.Core.Common.Interfaces
{
public interface ITransformService
T? GetModelFromJson<T>(string str);
}