public static DateTime ChangedOn(this IFellow fellow) { return((DateTime)fellow.GetPropValueByAttribute <FloomeenChangedOn>()); }
public static string Machine(this IFellow fellow) { return(fellow.GetPropValueByAttribute <FloomeenMachine>()?.ToString()); }
public static string StateData(this IFellow fellow) { return(fellow.GetPropValueByAttribute <FloomeenStateData>()?.ToString()); }
public static object Id(this IFellow fellow) { return(fellow.GetPropValueByAttribute <FloomeenId>()); }